.mtDropdownMenu {
	LEFT: -1000px;
	OVERFLOW: hidden;
	POSITION: absolute;
	TOP: -1000px;
}
.mtDropdownMenu .content {
	POSITION: absolute;
}
.mtDropdownMenu .items {
	width: 125px;
	height:30px;
	overflow:hidden;
	line-height:30px;
	font-size:12px;
	color:  #000000;
	text-align:center;
	background: #FFF;
	opacity: 0.75;
	filter: Alpha(Opacity=75, Style=0);
	cursor:pointer;
	POSITION: relative;
	Z-INDEX: 10;
	TOP: 0px;
	LEFT:0px;
}
.mtDropdownMenu .hover {
	color: #FFF;
	background:#ff8546;
}
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 10px;
}
.slideimg {
	width:1200px;
	height: 150px;
	margin:0 auto;
	position: relative;
	padding:0;
}
.slideimg li {
	width: 360px;
	height: 150px;
	float: left;
	margin:0 60px 0 0;
}
